home *** CD-ROM | disk | FTP | other *** search
- on mykeyscript
- case the key of
- "m", "":
- go(1)
- "Q":
- go("ExitDemo")
- "c":
- if not soundBusy(3) and the commandDown and the shiftDown then
- Cursor_MacPC("hand", "hand.mask")
- end if
- "+":
- if the commandDown then
- go(the frame + 1)
- end if
- end case
- end
-